projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b891973
)
Require `url'.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 2 Jan 2006 05:24:01 +0000
(
05:24
+0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 2 Jan 2006 05:24:01 +0000
(
05:24
+0000)
lisp/url/url-cache.el
patch
|
blob
|
history
diff --git
a/lisp/url/url-cache.el
b/lisp/url/url-cache.el
index b8c2b063adcb52ec4f18e9045c089243ca001ef4..5113ad0d7d98ebfac2a831ac59b42d8c256b5046 100644
(file)
--- a/
lisp/url/url-cache.el
+++ b/
lisp/url/url-cache.el
@@
-1,7
+1,7
@@
;;; url-cache.el --- Uniform Resource Locator retrieval tool
;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
-;; 2005 Free Software Foundation, Inc.
+;; 2005
, 2006
Free Software Foundation, Inc.
;; Keywords: comm, data, processes, hypermedia
@@
-26,6
+26,7
@@
(require 'url-parse)
(require 'url-util)
+(require 'url) ;E.g. for url-configuration-directory.
(defcustom url-cache-directory
(expand-file-name "cache" url-configuration-directory)